bringToFront

abstract fun bringToFront(block: DesignBlock)

Updates the sorting order of this block and all of its manually created siblings so that the given block has the highest sorting order. If the block is parented to a track, it is first moved up in the hierarchy.

Parameters

block

the block to be given the highest sorting order among its siblings.